'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of T) _ )
'Usage Dim instance As ListBase(Of T) Dim collection As IEnumerable(Of T) instance.AddRange(collection)
public void AddRange( IEnumerable<T> collection )
Parameters
- collection
- The collection whose elements should be added to the end of the ListBase<T>.